@charset "utf-8";
/* CSS Document */

body, nav, ul, li, a  {margin: 0px 0px 0px 0px; padding: 0;}


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	}

blockquote {
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right:5px;
	color: #000;
	font-size: 105%;
}

a {
	text-decoration: none;
	color:#107cbe;
	}

.container {
    width: 95%;
    max-width: 1100px;
    margin: 10px auto;
}
.navcontainer {
	width:175px;
	margin: 0px auto;
	float:left;
}
.toggleMenu {
    display:  none;
    margin-left: 0px;
    padding: 10px 25px;
    color: #003;
	background: #63a922;
    border-top: 3px solid #7cd22c;
	border-left: 3px solid #7cd22c;
    border-bottom: 3px solid #4e831c;
	border-right: 3px solid #4e831c;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#fff;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
    color:#003;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
	width: 95%;
	background: #70a9de;
	border-top: 3px solid #7fbbf3;
	border-left: 3px solid #7fbbf3;
    border-bottom: 3px solid #638eb7;
	border-right: 3px solid #638eb7;
}
.nav > li > .parent {
    background-image:url(../images/downArrow.gif);
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background:#d5b54a;
    position: relative;
    z-index:100;
    border-top: 3px solid #fdd758;
	border-left: 3px solid #fdd758;
    border-bottom: 3px solid #9f8738;
	border-right: 3px solid #9f8738;
}
.nav li li li a {
    background:#e0b129;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 1300px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image:url(../images/downArrow.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}